From 47fde3df04f0956d11adbe0db9f82936e57abba2 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 5 Jan 2007 10:39:45 +0000 Subject: [PATCH] [TOOLS] Fix typo in XenDomainInfo:device_configure. Signed-off-by: Ian Campbell --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 46386871fa..8185d93576 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -511,7 +511,7 @@ class XendDomainInfo: # look up uuid of the device dev_control = self.getDeviceController(deviceClass) dev_sxpr = dev_control.sxpr(devid) - dev_uuid = sxp.child_value(sxpr, 'uuid') + dev_uuid = sxp.child_value(dev_sxpr, 'uuid') if not dev_uuid: return False -- 2.30.2